home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 120 / CD Gamer Issue 120 (March 2003) (Disc 1).ISO / Games / DFBHD / DATA1.CAB / Program_Executable_Files / demores.pff / day5.ENV < prev    next >
Encoding:
Text File  |  2002-11-21  |  1.5 KB  |  36 lines

  1. enviro_name "Day5 - semi-streaky clouds, blue sky"
  2.  
  3. timeofday "Day"
  4.  
  5. water_rgb         48,48,96      ;color seen when under water and surface color
  6.  
  7. sky_map1          day5.pcx      ;cloud pcx, shadow & reflect layer
  8. ;sky_map2         day5b.pcx     ;cloud pcx, wispy lower layer
  9. sky_height        250           ;height in meters
  10. sky_speed         100            ;movement rate
  11.  
  12. fog_level         1000          ;0=1000 meters 1=500 meters etc.
  13. fog_type          2             ;0=fog, 1=haze, 2=haze wall, 3=mild haze wall
  14.  
  15. sun_rgb           128,126,100   ;yellowish sun offsets blue sky
  16. sky_rgb           85,85,95     ;overhead and wraps around
  17. ground_rgb        42,35,20      ;underneath, wraps around
  18. fog_rgb           142,154,186   ;fog color
  19. skyfog_rgb        146,158,191   ;horizon fog color
  20.  
  21. cloud_rgb         128,128,128   ;cloud color tinter
  22. terrain_rgb       255,255,255   ;1.0 terrain tinting color (255,255,255 is default)
  23. vertex_rgb        128,128,128   ;2.0 vertex tinting color (128,128,128 is default)
  24.  
  25. lightning_rgb     85,85,90      ;lightning color (from sky direction)
  26.                 ;lightning is added to sky_rgb
  27.                 ;and also affects fog and ambient slightly
  28.  
  29. sun_3di           msun.3di      ;sun/moon object
  30. glare_3di         mglare.3di    ;glare object
  31. star_3di                        ;star object / leave blank for null
  32.  
  33.  
  34. ;indoor ambient lighting values
  35. ceiling_rgb     28,28,28        ;overhead and wraps around
  36. floor_rgb       16,16,16        ;underneath, wraps around